home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Shareware World
/
Comms & Internet
/
Anarchie Pro 3.0
/
Scripting
/
AppleScripts
/
DropPut Example 1
< prev
next >
Wrap
Text File
|
1998-08-28
|
235b
|
13 lines
property whereto : "ftp://user:pasword@host/path/"
on open doc
if doc's class is not list then
set doc to {doc}
end if
repeat with i in doc
tell application "Anarchie Pro"
store i url whereto
end tell
end repeat
end open